projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac77926
)
ks2_evm: configs: fix UBI volume name
author
Khoronzhuk, Ivan
<
[email protected]
>
Mon, 3 Nov 2014 16:09:51 +0000
(18:09 +0200)
committer
Tom Rini
<
[email protected]
>
Thu, 6 Nov 2014 16:04:38 +0000
(11:04 -0500)
The UBI volume name has to be prefixed with "ubi:".
Signed-off-by: Ivan Khoronzhuk <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
include/configs/ks2_evm.h
patch
|
blob
|
history
diff --git
a/include/configs/ks2_evm.h
b/include/configs/ks2_evm.h
index e734ebbae54996fac9e7d9583e8ab5f454e20888..7157b7819b86c6bdfe299dae63b797fab5a8314a 100644
(file)
--- a/
include/configs/ks2_evm.h
+++ b/
include/configs/ks2_evm.h
@@
-268,7
+268,7
@@
"run_kern=bootm ${addr_kern} - ${addr_fdt}\0" \
"init_net=run args_all args_net\0" \
"init_ubi=run args_all args_ubi; " \
- "ubi part ubifs; ubifsmount
boot;"
\
+ "ubi part ubifs; ubifsmount
ubi:boot;"
\
"ubifsload ${addr_secdb_key} securedb.key.bin;\0" \
"get_fdt_net=dhcp ${addr_fdt} ${tftp_root}/${name_fdt}\0" \
"get_fdt_ubi=ubifsload ${addr_fdt} ${name_fdt}\0" \